Check if collection contains an item with specified index.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool Contains(
	int index
)
Visual Basic
Public Function Contains ( _
	index As Integer _
) As Boolean

Parameters

index
Type: System..::..Int32
The zero-based index of the item to locate.

Return Value

True if the item is found in the collection; otherwise, false.

See Also